ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPEnum<T> Class / ImGearXMPEnum<T> Constructor / ImGearXMPEnum<T> Constructor(T)
Enum value.




In This Topic
    ImGearXMPEnum<T> Constructor(T)
    In This Topic
    Initializes a new instance of the ImGearXMPEnum<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As T _
    )
    'Usage
     
    Dim value As T
     
    Dim instance As New ImGearXMPEnum(Of T)(value)
    public ImGearXMPEnum<T>( 
       T value
    )
    public: ImGearXMPEnum<T>( 
       T* value
    )
    public:
    ImGearXMPEnum<T>( 
       T^ value
    )

    Parameters

    value
    Enum value.

    Return Value

    New instance of the ImGearXMPEnum<T> generic class object.
    Remarks
    This constructor creates and initializes an instance of ImGearXMPEnum<T> generic class by using an enumeration value.
    See Also